Replace GArray with GSequence in GtkTreeModelFilter
authorXavier Claessens <xclaesse@gmail.com>
Sun, 7 Aug 2011 15:11:13 +0000 (17:11 +0200)
committerKristian Rietveld <kris@gtk.org>
Mon, 22 Aug 2011 19:30:33 +0000 (21:30 +0200)
commitbee3d5f1431ceb0114203207e75053f83f4fe218
treeec6e6c54c92805a35611a1a3839eaec4246e6492
parenteb594da2f28b2def1a5361400c8adc4a3db956ea
Replace GArray with GSequence in GtkTreeModelFilter

Significantly improves performance when e.g. removing (filtering) a lot
of rows from the filter model.  Fixes bug 616871.

This commit includes changes by Kristian Rietveld to make the patch apply
on top of the treemodel-fix branch and pass all newly written unit tests.
gtk/gtktreemodelfilter.c